Initializes a new instance of the Shape class with the specified outline.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Shape ( |
Visual Basic
Copy Code
|
|---|
Public New ( _ |
An array of shape template elements that define the outline of a shape. Can contain lines, arcs and Bezier curves.
Specifies how areas are filled if the outline path intersects itself.
See Also